home *** CD-ROM | disk | FTP | other *** search
- struct prefStuff {
-
- Str255 samplePhrase;
- Point windowPosition;
- };
-
- #define rSetSamplePhrase 131
- #define iEditTextItem 3
-
- OSErr FindPrefs(FSSpec *fileSpec, struct prefStuff *Prefs);
- OSErr LoadPrefs(struct prefStuff *Prefs);
- void SavePrefs(struct prefStuff *Prefs);
- void SetSamplePhrase(void);
- void GetDItemHandle(short iDialogItem, DialogPtr theDlg, Handle *itemHandle);